home *** CD-ROM | disk | FTP | other *** search
/ The PC-SIG Library 10 / The PC-Sig Library - Shareware for the IBM PC and Compatibles (PC-SIG)(Tenth Edition Disks 1-2804)(1991).iso / PC_SIGCD / 05 / 4 / DISK0543.ZIP / PORE.DOC < prev    next >
Text File  |  1985-06-16  |  1KB  |  35 lines

  1.  
  2.  
  3.                            PORE.COM
  4.         
  5.         This short modification of MORE.COM allows a printout of a 
  6.     listing to pause every 55 lines.  the phrase ---more --- also is 
  7.     eliminated on the printout.  Will work for DOS 2.0 and 2.1.
  8.                 
  9.         When you need a listing of a BASIC program (must be saved in 
  10.     ASCII) or any ASCII file from DOS,you run the batch file PMOR.BAT.
  11.         
  12.                     A> PMOR [filename.ext] <CR>
  13.     
  14.         After listing 54 lines of the file, the printer pauses.  A
  15.     quick Off-Line/Form-Feed/On-Line sequence and a press of any key, 
  16.     will start the next page.
  17.  
  18.         If you don't wish to run the batch file you enter the 
  19.     following:
  20.  
  21.                     A> TYPE [FILENAME.EXT] | PORE>LPT1:<CR>
  22.  
  23.         Use the correct device name (if different) in place of LPT1:.
  24.  
  25.         
  26.         These programs PORE.COM and PMOR.BAT were culled from PC 
  27.     MAGAZINE January 22, 1985 pages 318 - 319, from an idea submitted 
  28.     by John Slocum, Brentwood, Missouri, with amendments by Paul 
  29.     Somerson, editor of the USER-USER column.  This short 
  30.     documentation is submitted by:
  31.                 
  32.                      Chris Spratt
  33.                      June, 1985
  34.                      Victoria, B. C.
  35.